From 42c57d6018747902a18799fcae727adf9c5ad7d6 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 24 Jul 2022 21:34:58 +0200 Subject: [PATCH] fate/imf: Rename IMF fate-target It conflicts with the name of the test using the testtool in libavformat.mak. Fixes ticket #9841. Reviewed-by: Pierre-Anthony Lemieux Signed-off-by: Andreas Rheinhardt (cherry picked from commit 3b923116e5a348945281b8d827074ac8f897464d) Gbp-Pq: Name 0004-fate-imf-Rename-IMF-fate-target.patch --- tests/fate/imf.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate/imf.mak b/tests/fate/imf.mak index 70a3efdf..feb54d13 100644 --- a/tests/fate/imf.mak +++ b/tests/fate/imf.mak @@ -3,4 +3,4 @@ fate-imf-cpl-with-repeat: CMD = framecrc -f imf -i $(TARGET_SAMPLES)/imf/countdo FATE_SAMPLES_FFMPEG-$(CONFIG_IMF_DEMUXER) += $(FATE_IMF) -fate-imf: $(FATE_IMF) +fate-imfdec: $(FATE_IMF) -- 2.30.2